From: Josef Schlehofer Date: Tue, 21 Oct 2025 22:05:35 +0000 (+0200) Subject: python-cython: update to version 3.1.5 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=7f233be4ce527b3f7436a51c14b164e2f64e72f5;p=feed%2Fpackages.git python-cython: update to version 3.1.5 Fixes: Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/turris/build/staging_dir/hostpkg/lib/python3.11/site-packages/installer/__main__.py", line 98, in _main(sys.argv[1:], "python -m installer") File "/turris/build/staging_dir/hostpkg/lib/python3.11/site-packages/installer/__main__.py", line 86, in _main with WheelFile.open(args.wheel) as source: File "/turris/build/staging_dir/hostpkg/lib/python3.11/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/turris/build/staging_dir/hostpkg/lib/python3.11/site-packages/installer/sources.py", line 162, in open with zipfile.ZipFile(path) as f: ^^^^^^^^^^^^^^^^^^^^^ File "/turris/build/staging_dir/hostpkg/lib/python3.11/zipfile.py", line 1311, in __init__ self.fp = io.open(file, filemode) ^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/turris/build/build_dir/hostpkg/pypi/Cython-3.0.10//openwrt-build/Cython-3.0.10-*.whl' Signed-off-by: Josef Schlehofer --- diff --git a/lang/python/python-cython/Makefile b/lang/python/python-cython/Makefile index 76b22f0ada..76f91a8524 100644 --- a/lang/python/python-cython/Makefile +++ b/lang/python/python-cython/Makefile @@ -8,11 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cython -PKG_VERSION:=3.0.10 +PKG_VERSION:=3.1.5 PKG_RELEASE:=1 PYPI_NAME:=Cython -PKG_HASH:=dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99 +PYPI_SOURCE_NAME:=cython +PKG_HASH:=7e73c7e6da755a8dffb9e0e5c4398e364e37671778624188444f1ff0d9458112 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.txt